home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / disk / ferret.zip / README.TXT < prev    next >
Text File  |  1996-03-01  |  8KB  |  192 lines

  1. File Ferret version 1.10
  2. Copyright (C) 1995 - 1996 by Fineware Systems and Al Meadows
  3. All Rights Reserved
  4.  
  5. Note:  See ReadMe.1st if you are upgrading from a previous
  6.        version of File Ferret
  7.  
  8. *** Standard Installation ***
  9.  
  10. Follow this easy one-time installation procedure:
  11.  
  12. 1) Create a directory to hold the File Ferret related files.  The
  13. recommended directory name (used in the following instructions) is
  14. "C:\Ferret".
  15.  
  16. 2) Copy all Ferret-related files to this directory.  At a minimum
  17. you need the following files:  
  18. FERRET.EXE
  19. OHOH.WAV
  20. ALERT.WAV
  21. FERRET.HLP
  22. FINEWARE.HLP
  23.  
  24. 3) Note:  You will also need a copy of VBRUN300.DLL.  This file is
  25. available within many CompuServe forums. To obtain this file from
  26. CompuServe, GO WINUTIL and search for the file VBRUN3.ZIP.
  27.  
  28. 4) You may optionally copy the following files to C:\Ferret:
  29.    APIGUIDE.DLL
  30.    MHRUN500.DLL
  31.    CMDIALOG.VBX   
  32.    MHGCMD.VBX
  33.    MHVIEW.VBX
  34.    MUSCLE.VBX
  35.    THREED.VBX
  36.    SSDATA2.VBX
  37.    MHTAB.VBX
  38.  
  39. Note:  It is possible that you may have existing copies of these files
  40. within your WINDOWS or WINDOWS\SYSTEM directory or within other directories
  41. on your system.  These files are used by many different applications both
  42. from shareware and commercial companies.  The proper location for these
  43. files is within the WINDOWS\SYSTEM directory.  Caution, before you copy
  44. these files to the WINDOWS\SYSTEM directory, you should use the Windows
  45. File Manager to see if copies of these files already exist.  
  46.  
  47. If these files are not present within the WINDOWS\SYSTEM directory, you
  48. may simply copy them into it and proceed to step 5. 
  49.  
  50. If versions of any of the files are already on your computer, you should
  51. use the Windows File Manager to look at each file's date & time to determine
  52. if the existing version is newer than the files included within the 
  53. FERRET.ZIP file.  If your existing files are newer, File Ferret should
  54. work just fine with them and you can proceed to step 5.
  55.  
  56. If the File Ferret files are newer, you should move your original files
  57. to a temporary directory in case you encounter problems with other
  58. software and need to get them back.  
  59.  
  60. Once you have moved the older files to a temporary location, you may
  61. copy the File Ferret supplied versions to your WINDOWS\SYSTEM directory.
  62. Note:  Once File Ferret is installed and running, you can use it's ability
  63. to peek inside files and view the file's version information.  This will 
  64. generally confirm which one is the older version.
  65.  
  66. 4) Use the Windows Program Manager to place File Ferret within an
  67. existing program group or create a new group and then add the program
  68. to it.  Refer to your Windows' documentation on adding new programs
  69. and groups.  
  70.  
  71. That's all there is to installing File Ferret.  When File Ferret is
  72. activated for the first time, a few one-time only dialog boxes and
  73. messages are displayed.
  74.  
  75. Remember that while File Ferret is active, online help is always
  76. available by pressing the F1 key.
  77.  
  78. Common installation problems:  
  79. Many of today's applications include components from other 3rd party
  80. distributors.  These components are like snap-together parts.
  81. When an application is initially designed, the programmer
  82. is probably using the latest version of all of the components his
  83. application needs.  Over time, these components may be enhansed to
  84. include new features and capabilities.  A frequent problem occurs when
  85. a newer application makes use of features that were not available
  86. in earlier version of the software.  This can cause problems when
  87. multiple versions of these components exist on your computer. 
  88. Please refer to the following list of files and eliminate older
  89. version if possible.  
  90.    FERRET.EXE  
  91.    APIGUIDE.DLL  
  92.    MHRUN400.DLL  
  93.    CMDIALOG.VBX  
  94.    MHGCMD.VBX    
  95.    MHVIEW.VBX    
  96.    MUSCLE.VBX    
  97.    THREED.VBX 
  98.    SSDATA2.VBX
  99.    SSIDXTAB.VBX
  100.  
  101. Other Common Problems:
  102.  
  103. SYMPTOM:  Attempts to run any of the reports or displays cancels the
  104. program all the way to the DOS prompt.
  105. CURE:  Your autoexec.bat file contains a line for the CD-ROM driver called
  106. MSCDEX.  This line ( or a preceeding line) may contain a parameter which
  107. is causing the problem.  Check for /S on the MSCDEX line.  If it is there,
  108. remove it.  It's only function is to allow multiple PCs to share a CD-ROM
  109. drive over a Windows for Workgroups network.  If the /S appears in the
  110. preceeding line, try re-arranging the order of the lines in autoexec.bat 
  111. so that this line doesn't directly preceed the MSCDEX line.
  112.  
  113. SYMPTOM:  A GPFault occurs when you launch the program.  Normally, this
  114. will be the result of a conflict with some aspect of File Ferret and
  115. your video card.  The module that reports the fault will have a file
  116. extension of .DRV and most likely, you will be using a driver with more
  117. than 256 colors.
  118. CURE:  Make sure that you are using the latest driver.  Contact your video 
  119. card manufacturer.  If this does not fix it, try adjusting the number of
  120. colors used up or down as well as adjusting the resolution. If this still
  121. does not correct the problem, use the standard VGA drivers which ship
  122. with Windows.  One option you might wish to try is to add the following
  123. lines to the FERRET.INI file which is located within the application's
  124. directory.
  125.  
  126. [Toolbar]
  127. Visible=0
  128.  
  129. [Statusbar]
  130. Visible=0
  131.  
  132. These settings disable the toolbar and status bar.  Both of the screen
  133. elements contain graphic images and they could be the source of your
  134. screen driver problems.
  135.  
  136. SYMPTOM:  Attempts to print cause a GPFault or subsequent errors are
  137. see in standard Windows components.  An example is getting a Divide by Zero
  138. error when you attempt to launch Windows WRITE.
  139. CURE:  You are probably using a PostScript printer driver or other 3rd
  140. party print spooler.  The only work around is to use the miscellaneous
  141. options and set the Printer ByPass option under the Miscellaneous tab.
  142. Should this error occur, the method to restore your system to normal
  143. functionality is to remove your current printer driver (via the Windows
  144. Control Panel) and Re-install it.
  145.  
  146. >>>      New Users:  Please select "Contents"       <<<
  147. >>> from the File Ferret "Help" pull-down menu.     <<<
  148.  
  149. *** Requirements ***
  150.  
  151. This program requires Windows 3.1 or Windows for Workgroups.  
  152.  
  153. *** Documentation ***
  154.  
  155. For full documentation, including context sensitive help, press
  156. the F1 key at any time while running File Ferret.
  157.  
  158. *** List Of Files ***
  159.  
  160. File Ferrit includes the following files:
  161.  
  162. README.TXT   introductory information
  163. FERRET.HLP   complete documentation in windows help format
  164. FINEWARE.HLP Fineware Product List
  165. FERRET.EXE   required executable
  166. OHOH.WAV     required module
  167. ALERT.WAV    required module
  168. APIGUIDE.DLL required dynamic link library
  169. MHRUN400.DLL required dynamic link library
  170. CMDIALOG.VBX required custom control
  171. MHGCMD.VBX   required custom control
  172. MHVIEW.VBX   required custom control
  173. MUSCLE.VBX   required custom control
  174. THREED.VBX   required custom control
  175. SSDATA2.VBX  required custom control
  176. SSIDXTAB.VBX required custom control
  177. LICENSE.TXT  license agreement/warranty disclaimer
  178. ORDER.TXT    order form
  179. VENDOR.TXT   information for Shareware Distributors/Disk Vendors
  180. FILE_ID.DIZ  brief description for bulletin boards
  181.  
  182. If you did not receive all these files please contact the author via
  183. electronic mail to 
  184. 70650,2022 on CompuServe, 
  185. 70650.2022@CompuServe.Com on Internet
  186. http://www.fineware.com on the World Wide Web
  187. FINEWARE on Microsoft Network
  188. BBTK05A on Prodigy,
  189. VB AL on America OnLine,
  190. or by sending postal mail to Fineware Systems, P.O. Box 75776,
  191. Oklahoma City, Ok 73147.
  192.